bitkeeper revision 1.1651 (429f70102tptpkVKU9_mkUC4olK_-Q)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 2 Jun 2005 20:46:08 +0000 (20:46 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 2 Jun 2005 20:46:08 +0000 (20:46 +0000)
Many files:
  More include cleanups towards "include where it's used".
sched.h:
  g/c unneeded include.
  include xen/spinlock.h once should be enough.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
xen/arch/x86/acpi/boot.c
xen/arch/x86/i387.c
xen/arch/x86/microcode.c
xen/arch/x86/nmi.c
xen/arch/x86/x86_32/asm-offsets.c
xen/arch/x86/x86_32/seg_fixup.c
xen/arch/x86/x86_64/asm-offsets.c
xen/common/kernel.c
xen/include/xen/event.h
xen/include/xen/sched.h

index 19f61476488c00062e71eb8657c669d75828643b..5b25f53cd5192d8383b503aac53b75d477afec38 100644 (file)
@@ -28,7 +28,7 @@
 #include <xen/init.h>
 #include <xen/acpi.h>
 #include <xen/irq.h>
-#include <xen/sched.h>
+#include <asm/fixmap.h>
 #include <asm/page.h>
 #include <asm/apic.h>
 #include <asm/io_apic.h>
index b859e74110189f4d6f9456be0e4949366f433b35..bc75be99a5d6d6e853dd410e056ebe37d7bb8c9d 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <xen/config.h>
 #include <xen/sched.h>
+#include <asm/current.h>
 #include <asm/processor.h>
 #include <asm/i387.h>
 
index 6e47acea3fe9a1267d9b529c4e15de63110f9fde..83dd5c3501217a229ea5e472886bd6e6556c402f 100644 (file)
@@ -74,6 +74,7 @@
 #include <xen/kernel.h>
 #include <xen/init.h>
 #include <xen/sched.h>
+#include <xen/smp.h>
 #include <xen/spinlock.h>
 
 #include <asm/msr.h>
index c5728be7bc4d90f6433e2a05f811ea412cb31ae6..9357374381f37c14f4a429e554fe1126185f9509 100644 (file)
@@ -21,8 +21,8 @@
 #include <xen/time.h>
 #include <xen/sched.h>
 #include <xen/console.h>
+#include <xen/smp.h>
 #include <asm/mc146818rtc.h>
-#include <asm/smp.h>
 #include <asm/msr.h>
 #include <asm/mpspec.h>
 #include <asm/debugger.h>
index efc4aa3ecff5e67799d36f47063c9acdcc5e8661..c4444a5cb3daa178e681dbd402dae00dadd40828 100644 (file)
@@ -7,6 +7,7 @@
 #include <xen/config.h>
 #include <xen/perfc.h>
 #include <xen/sched.h>
+#include <asm/fixmap.h>
 #include <asm/hardirq.h>
 
 #define DEFINE(_sym, _val) \
index 06912b3a2a0ea357880469a74a8108f2e816087e..b15eb9c3f638fa212a0b8df010105000adf1cff4 100644 (file)
@@ -27,6 +27,7 @@
 #include <xen/errno.h>
 #include <xen/mm.h>
 #include <xen/perfc.h>
+#include <asm/current.h>
 #include <asm/processor.h>
 #include <asm/regs.h>
 #include <asm/x86_emulate.h>
index 29e3808736009188ff6cb3b4acbf1884ed754067..ff2855aeee7a35e08521889236f93a78506023e9 100644 (file)
@@ -7,6 +7,7 @@
 #include <xen/config.h>
 #include <xen/perfc.h>
 #include <xen/sched.h>
+#include <asm/fixmap.h>
 #include <asm/hardirq.h>
 
 #define DEFINE(_sym, _val) \
index d577cbc2a034e1faefa40455891984420339ef3b..3acaac8e1b1a1dbe7bfa72dea753e5641e2ad648 100644 (file)
@@ -13,6 +13,7 @@
 #include <xen/errno.h>
 #include <xen/compile.h>
 #include <xen/sched.h>
+#include <asm/current.h>
 
 void cmdline_parse(char *cmdline)
 {
index 306883c59412a9c7482f6997d58ff511de292c5e..2ae5d94895def5387447d3a1e399453d3eb634b3 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <xen/config.h>
 #include <xen/sched.h>
+#include <xen/smp.h>
 #include <asm/bitops.h>
 
 /*
index e5a6f0d4af1b1734aed6c949350e031824ea0bd4..6d948e7b518b918e6d1e24be7befa4de0211a0b8 100644 (file)
@@ -9,8 +9,6 @@
 #include <xen/smp.h>
 #include <public/xen.h>
 #include <public/dom0_ops.h>
-#include <xen/list.h>
-#include <xen/spinlock.h>
 #include <xen/grant_table.h>
 #include <asm/domain.h>